home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Winter Shell 1.0d2 / Source / Libraries / WindowMenuLib / WindowMenuLib.h < prev   
Encoding:
C/C++ Source or Header  |  1994-01-11  |  282 b   |  9 lines  |  [TEXT/KAHL]

  1. #pragma once
  2. #include "MenuLib.h"
  3. void WinMenuAdd(WindowPtr window);
  4. void WinMenuRemove(WindowPtr window);
  5. void WinMenuAdjustMenu(void);
  6. Boolean WinMenuDoMenu(const MenuPickType *pick);
  7. const /* EventTableType */ void *WinMenuEventTable(void);
  8. void WinMenuEventTableRegister(void);
  9.